home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / ltmd.zip / MW50.ZIP / XTPRO.DEF < prev   
Text File  |  1988-09-07  |  2KB  |  66 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;    XTPRO.DEF: Menu File for XTreePro 1.0 (Executive Systems)    ;
  4. ;    Copyright (C) 1988 LOGITECH, Inc.                ;
  5. ;                                    ;
  6. ;-----------------------------------------------------------------------;
  7. ;
  8. ; In this mouse interface, the buttons are assigned as follows:
  9. ;
  10. ;
  11. ;    LEFT:    ENTER
  12. ;        Y when prompted for Y/N
  13. ;    MIDDLE:    T
  14. ;    RIGHT:    U
  15. ;        N when prompted for Y/N
  16. ;
  17. ;    Chords (more than one button at a time)
  18. ;        Left-Middle to VIEW a file if in FILE mode OR
  19. ;                to CHANGE VOLUME NAME if in DIR mode
  20. ;        Left-Right is ESC (Cancel)
  21. ;        Middle-Right is ESC (Cancel)
  22. ;        Left-Middle-Right is Q (Quit)                                    ;
  23. ;
  24. BEGIN    leftb, midb, rightb, leftm, rightm, upm, downm, 50, 8
  25. ;
  26. ;NOTE: with 2-button mouse, "midb" means both buttons,
  27. ;      and CHORDS are disabled
  28. ;
  29. CHORDS    lmb, lrb, mrb, allb
  30.  
  31. ;
  32. ; The three buttons
  33. ;
  34. leftb:    MATCH 25,1,,"Delete",typey,leftb1
  35. leftb1:    MATCH 25,1,,"Confirm",typey,leftb2
  36. leftb2:    MATCH 25,1,,"Automatic",typey,leftb3
  37. leftb3:    MATCH 25,1,,"Quit",typey,typecr
  38. typecr:    TYPE ENTER
  39. typey:    TYPE "Y"
  40.  
  41. midb:    TYPE "T"
  42.  
  43. rightb:        MATCH 25,1,,"Delete",typen,rightb1
  44. rightb1:    MATCH 25,1,,"Confirm",typen,rightb2
  45. rightb2:    MATCH 25,1,,"Automatic",typen,rightb3
  46. rightb3:    MATCH 25,1,,"Quit",typen,typeu
  47. typeu:    TYPE "U"
  48. typen:    TYPE "N"
  49.  
  50. ;
  51. ; The movements
  52. ;
  53. leftm:    TYPE 0,75    ; Left arrow (extended 75)
  54. rightm:    TYPE 0,77    ; Right arrow (extended 77)
  55. upm:    TYPE 0,72    ; Up arrow (extended 72)
  56. downm:    TYPE 0,80    ; Down arrow (extended 80)
  57.  
  58. ;
  59. ; The chords
  60. ;
  61. lmb:    TYPE "V"    ; To view a file if in FILE mode 
  62.             ; To change volumn name if in DIR mode 
  63. lrb:    TYPE ESC    ; ESC is CANCEL
  64. mrb:    TYPE ESC    ; ESC is CANCEL
  65. allb:    TYPE "Q"    ; QUIT
  66.